* net/tramp.el (with-progress-reporter): Create reporter object
authorMichael Albinus <albinus@detlef>
Thu, 13 May 2010 20:45:58 +0000 (22:45 +0200)
committerMichael Albinus <albinus@detlef>
Thu, 13 May 2010 20:45:58 +0000 (22:45 +0200)
commitf96beb510b9d19ee27c275f876bc16539ac86372
tree4aa14d0ef04cac2f24b61d705b8f6c2903fdba89
parentc092420d6c575b8fe32937dbb43d0a3049bc9716
* net/tramp.el (with-progress-reporter): Create reporter object
only when the message would be displayed.  Handled nested calls.
(tramp-handle-load, tramp-handle-file-local-copy)
(tramp-handle-insert-file-contents, tramp-handle-write-region)
(tramp-maybe-send-script, tramp-find-shell): Use
`with-progress-reporter'.
(tramp-handle-dired-compress-file, tramp-maybe-open-connection):
Fix message text.

* net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
(tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
Use `with-progress-reporter'.
lisp/ChangeLog
lisp/net/tramp-smb.el
lisp/net/tramp.el